BaseStatisticParameter

StockSharp.Algo.Statistics

The base statistics parameter.

Herda de: NotifiableObject

Implementa: IStatisticParameter<T>, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

Construtores

BaseStatisticParameter(StatisticParameterTypes)

Initialize BaseStatisticParameter.

type
Type

Propriedades

Category : string

Category.

Description : string

The parameter description.

DisplayName : string

The displayed parameter name.

Name : string

Name.

Order : int

Order.

Type : StatisticParameterTypes

The type of the parameter value.

Value : T

The parameter value.

ValueType : Type

Value type.

Métodos

Dispose()

Disposes of items in the pool that implement IDisposable.

Load(SettingsStorage)

To load the state of statistic parameter.

storage
Storage.
Reset()

Reset state.

Save(SettingsStorage)

To save the state of statistic parameter.

storage
Storage.